/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust:none; 
}
html, body {
    font-family: PingFang SC,-apple-system,Microsoft Yahei,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji  ;
    font-weight: 400;
    color: #000;
}

body {
    font-size: .16rem;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
}
ul,ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #2A303B;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
    background: none;
}

input:focus { 
    outline: none;
    background: none;
 } 

textarea {
    resize: none;
    overflow: auto;
}

strong, b {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w_100{
    width: 100%;
}
.w_200{
    width: 200px!important;
}
.w_400{
    width: 400px!important;
}
.mt-0{
    margin-top: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.ml-auto{
    margin-left: auto;
}

.main_wrap {
    height: 80%;
    margin-top: 0.12rem;
    background-color: #fff;
    border-radius: 0.06rem;
    padding: 0.18rem 0 1rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main_wrap .icon {
    display: block;
    width: 452px;
    height: 319px;
}
.main_wrap p {
    font-size: 18px;
    color: #444;
    margin: 35px auto;
}
.main_wrap .btn {
    width: 104px;
    height: 34px;
    background: #49bcbd;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}